.h1, .h2, .h3, .h4 {
	font-weight: 300;
}

.super-header {
	/*background-size: cover;*/
	min-height: 974px;
	overflow: hidden;
}

.super-header.fisherman {
	background: url(../img/red.jpg) no-repeat center top;
}

.super-header h1, .super-header h2 {
	color: #FFFDF7;
}

/*
.utp {
	position: relative;
}

.utp:before {
	display: block;
	content: '';
	width: 0;
	height: 0;
	border-left: 1000px solid transparent;
	border-right: 1000px solid transparent;
	border-top: 150px solid #2CA58D;
	position: absolute;
	left: 50%;
	top: 0;
	z-index: 0;
	margin-left: -1000px;
}

.utp h1, .utp h2 {
	position: relative;
	z-index: 1;
}*/

.utp {
	text-align: center;
	padding: 50px;
}

.utp .box {
	display: inline-block;
	margin: 0 auto;
	background: #2CA58D;
	padding: 10px 20px;
	position: relative;
}

.utp .box:before {
	display: block;
	content: '';
	width: 0;
	height: 0;
	border-left: 15px solid transparent;
	border-bottom: 15px solid transparent;
	border-right: 15px solid #2b9179;
	border-top: 15px solid #2b9179;
	position: absolute;
	left: 0;
	top: 100%;
}

.main-img {
	max-width: 300px;
	text-align: center;
	position: relative;
	margin-left: 135px;
}

.main-img img {
	position: relative;
	z-index: 1;
}

.main-img:before {
	display: block;
	content: '';
	background: #FFFDF7;
	border-radius: 50%;
	opacity: 0.7;
	width: 450px;
	height: 450px;
	bottom: -35px;
	left: -220px;
	position: absolute;
}

.main-img .item {
	position: absolute;
	color: #FFFDF7;
	background: #0A2342;
	border-radius: 15px;
	padding: 10px 20px 10px 10px;
	z-index: 0;
}

.main-img .item-1 {
	left: -300px;
	top: 185px;
	max-width: 370px;
	background: #0A2342 url(../img/icon-photo.png) no-repeat center left 10px;
	padding-left: 70px;
	text-align: left;
}


.main-img .item-2 {
	left: -320px;
	top: 285px;
	max-width: 370px;
	background: #0A2342 url(../img/icon-screen.png) no-repeat center left 10px;
	padding-left: 70px;
	text-align: left;
}

.main-img .item-3 {
	left: -340px;
	top: 385px;
	max-width: 370px;
	background: #0A2342 url(../img/icon-battery.png) no-repeat center left 10px;
	padding-left: 70px;
	text-align: left;
}

.main-price {
	margin-top: 60px;
	/*border: 2px solid #FFFDF7;*/
	background: rgba(255, 255, 255, 0.3);
	border-radius: 20px;
	display: inline-block;
	padding: 10px 20px;
}

.main-price .old {
	font-size: 1.5em;
	display: inline-block;
	position: relative;
	margin-right: 10px;
}

.main-price .old:before {
	display: block;
	position: absolute;
	content: '';
	width: 100%;
	height: 2px;
	background: #F46197;
	transform: rotate(-10deg);
	top: 50%;
}

.main-price .new {
	font-size: 2em;
}

.main-buttons {
	margin-top: 20px;
}

.main-buttons .btn-whitelink {
	color: #FFFDF7;
	text-decoration: underline;
}

.btn-buy {
	background: #F46197;
	color: #FFFDF7;
}

.btn-buy:hover {
	background: #f44686;
	color: #FFFDF7;
}

.main-buttons .btn-buy {
	text-transform: uppercase;
	font-size: 2em;
	border-radius: 10px;
	margin-right: 10px;
	border: 2px solid #FFFDF7;
}

.order-now {
	padding: 30px 0 60px 0;
	background: #0A2342;
	color: #FFFDF7;
}

.order-now .btn-buy {
	text-transform: uppercase;
	width: 100%;
}

.why {
	padding: 50px 0;
}

.why .h1 {
	padding-bottom: 1em;
}

.why p, .why ul {
	font-size: 1.5em;
	padding-bottom: 1em;
	font-weight: 300;
}

.box-of-text {
	background: rgba(255, 255, 255, 0.3);
	padding: 10px 20px;
}

.why.hunt {
	background-size: cover;
	min-height: 300px;
	overflow: hidden;
}

.batteries {
	background: url(../img/oblaka.jpeg) no-repeat center bottom;
	background-size: cover;
	min-height: 300px;
	overflow: hidden;
	padding: 50px 0;
}

.features {
	padding: 50px 0;
}

.best-of-us {
	padding: 20px 0;
	background: #2CA58D;
	color: #FFFDF7;
}

.best-of-us .icon {
	font-size: 4em;
}

.best-of-us .icon-small {
	font-size: 3em;
	color: #84BC9C !important;
	padding-top: 15px;
}

.info {
	padding: 50px 0;
}

.pack {
	padding: 50px 0;
}

.reviews {
	padding: 50px 0;
}

.footer, .footer a {
	background: #FFFDF7;
	color: #2CA58D;
}

.mw-500 {
	max-width: 500px;
	margin: 0 auto;
}

@media screen and (max-width: 991px) {
	.main-img .item-1 {
		top: 35px;
	}

	.main-img .item-2 {
		top: 135px;
	}

	.main-img .item-3 {
		top: 235px;
	}

	.super-header {
		background-size: cover;
	}
}

@media screen and (max-width: 767px) {
	.main-img {
		max-width: 100%;
		margin-left: 0;
	}

	.main-img .item {
		display: none;
	}
}

@media screen and (max-width: 480px) {
	td {
		word-break: break-all;
	}

	.utp {
		padding-left: 0;
		padding-right: 0;
	}
}



.video-container{
    position: relative;
    width: 640px;
    height: 320px;
    overflow:hidden;
    margin: 0 auto;
}
.video-container iframe, .video-container object, .video-container embed{
    position:absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
@media screen and (max-width: 960px) {
.video-container{
    position: relative;
    width: 440px;
    height: 300px;
}
}
@media screen and (max-width: 640px) {
.video-container{
    position: relative;
    width: 300px;
    height: 170px;
}
}

.rewu {
	margin-top:30px;
}

.rewu img{
	margin-bottom:15px;
}
.rewu span{
	font-weight:bold;
	margin-bottom:15px;
	display:block;
	text-transform:uppercase;
}

ul.mt-4 li {
    padding: 8px 0;
}